-
Notifications
You must be signed in to change notification settings - Fork 9
feat: Adding get_phy_info functionality #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds functionality to retrieve PHY (Physical Layer) information from network adapters on Windows systems using WMI queries. The implementation focuses on extracting auto-negotiation bits from PHY data.
Key Changes:
- Added
get_phy_info()method to query PHY information via PowerShell WMI commands - Implemented parsing logic to extract and decode auto-negotiation bits from PHY data
- Added adapter name normalization and matching logic to support specific adapter queries
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
a95d29e to
181631f
Compare
5a56203 to
3845487
Compare
mchromin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please git squash commits. Also , please remove jira ID from the commit msg as jira is accessible only to Intel employees and this module is open-source ;)
feature: Adding get_phy_info functionality under mfd_network_adapter\network_interface\feature\utils\windows.py Signed-off-by: ThanuThanveer1 [email protected]
7b22ad2 to
a8947ae
Compare
|
Closing this due to failing checks |
feature: Adding get_phy_info functionality under mfd_network_adapter\network_interface\feature\utils\windows.py